projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50e268e
)
(inferior-scheme-mode):
author
Richard M. Stallman
<rms@gnu.org>
Thu, 23 Dec 1993 04:44:57 +0000
(
04:44
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 23 Dec 1993 04:44:57 +0000
(
04:44
+0000)
Don't let `comint-prompt-regexp' match more than one line.
lisp/cmuscheme.el
patch
|
blob
|
history
diff --git
a/lisp/cmuscheme.el
b/lisp/cmuscheme.el
index a4a98aac936ed6c10ea317351fdd22ff0a8dfde0..30510103b7b15d408389e16520cfbca5742caefe 100644
(file)
--- a/
lisp/cmuscheme.el
+++ b/
lisp/cmuscheme.el
@@
-180,7
+180,7
@@
to continue it."
(interactive)
(comint-mode)
;; Customise in inferior-scheme-mode-hook
- (setq comint-prompt-regexp "^[^>]*>+ *") ; OK for cscheme, oaklisp, T,...
+ (setq comint-prompt-regexp "^[^>
\n
]*>+ *") ; OK for cscheme, oaklisp, T,...
(scheme-mode-variables)
(setq major-mode 'inferior-scheme-mode)
(setq mode-name "Inferior Scheme")